home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0248.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  1.1 KB  |  27 lines

  1. On Mon, 30 Jan 1995, MenTaT - !Productions wrote:
  2.  
  3. > > If I used the command BSAVE to save the sprite bank to disk and then 
  4. > > transfer the file to a PC ( Boo Hisss ) what kind of information would I 
  5. > > need to know before I can read the file using C++ and then from that how 
  6. > > would I read in the required data for may images ? 
  7.  
  8. [Info about storage of data in non-consecutive memory locations]
  9. [Suggestion about converting file formats] 
  10.  
  11. Gday. You could always save them as IFF and import them into DPaint on 
  12. the PC.  You may be able to save them as brushes in a different format, 
  13. preferably one that is a chunky format. 
  14.  
  15. However, there is another idea. There are a multitude of programs on the 
  16. Amiga that will convert IFF files to C source code. You know, in the 
  17. format of 0xffff, 0xf564 and that sort of stuff. This could be included 
  18. easily in your C program. This still doesn't get around the problem of 
  19. planar/chunky. 
  20.  
  21. ps Why are you using C++ ? Whats wrong with C ;-)
  22.  
  23. t.r.matthews@bradford.ac.uk         Founder Member of the 'Irresponsible Club'
  24. Mail me for details on how to join.      Must complete an initiation ceremony.
  25.  
  26.  
  27.